home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aplicaciones Windows
/
Aplicaciones Windows.iso
/
Negocios
/
HSS640.ZIP
/
INST2B.FIL
< prev
next >
Wrap
Text File
|
1996-11-01
|
3KB
|
145 lines
' ***********************************************
' * NOTICE - DO NOT MODIFY THIS FILE IN ANY WAY *
' ***********************************************
' Copyright 1996, Grumpyware (r)
' January, 1996
BACKGROUND 112
SHADOW ON
BORDER 2
WINOPEN 00 01 15
" Home Sales System "
WINOPEN 44 07 15
" Install Program "
WINOPEN 44 12 15
" "
" Grumpyware (r) "
" "
" Presents "
" "
" The "
" Home Sales System "
" Ver 6.40 "
" "
" (All Rights Reserved) "
:PROMPT
SPACE 1536
DRIVE C 04 07 112 15 04 13 15
PATH \HSS60 04 07 112 15 04 13 15
EXIST ~1~2\*.*
JUMP.NO UNPACK
WINOPEN 04 07 15
" The Directory: "
" ~1~2 "
" already exists and "
" contains other files! "
" "
" Are you sure you want to "
" use this directory ? "
" "
" Y or N "
ASK +12 +09
WINCLOSE
JUMP.NO PROMPT
:UNPACK
UNPACK HSS.PAK 04 07 15 04 13 15
JUMP.FAIL INSTALL_FAILURE
SET.FILES 51
EXIST ~3\HSS60.BAT
JUMP.NO SKIP_DELETE
PROMPT OFF
DELETE ~3\HSS60.BAT 04 22 119
:SKIP_DELETE
DOS 3.3
JUMP.NO OLD_DOS
FILE ~3\HSS60.BAT
"@~1"
"@cd ~2"
"@hss.exe"
"@~3"
"@cd \"
JUMP DONE
:OLD_DOS
FILE ~3\HSS60.BAT
"~1"
"cd ~2"
"hss.exe"
"~3"
"cd \"
:DONE
WINOPEN 04 07 15
" The Home Sales System "
" Software has been "
" successfully installed. "
""
" To run it, enter the "
" command 'HSS60' from the "
" root directory of drive "
" ~3. "
" "
" Thank you for selecting "
" Grumpyware (r) Software! "
""
" Press the [Enter] key to "
" continue. "
WAIT 00 23
WINCLOSE
WINOPEN 04 07 15
"Would you like to see the "
"README.1ST file ? "
""
" Y or N "
ASK +12 +04
WINCLOSE
JUMP.NO PRINT_README.1ST
VIEW ~1~2\README.1ST 31 15
:PRINT_README.1ST
WINOPEN 04 07 15
"Would you like to PRINT "
"the README.1ST file ? "
""
" Y or N "
ASK +12 +04
WINCLOSE
JUMP.NO RUN_ASK
WINOPEN 04 07 15
""
" Printing ... "
""
PRINT ~1~2\README.1ST
WINCLOSE
JUMP.FAIL PRINTER_ERROR
JUMP RUN_ASK
:PRINTER_ERROR
WINOPEN 04 07 15
"Your printer is not "
"responding. Possible print"
"problems: "
" Printer is not turned on."
" Printer is out of paper "
" Printer is not attached "
" to LPT1 (parallel port 1)"
""
"Do you want to try to "
"print again ? "
""
" Y or N "
ASK +12 +12
WINCLOSE
JUMP.YES PRINT_README.1ST
JUMP.NO RUN_ASK
:RUN_ASK
WINOPEN 04 07 15
" Would you like to run "
" The Home Sales System "
" right now ? "
""
""
" Y or N "
ASK +12 +06
JUMP.NO EXIT
RUN ~3\HSS60.BAT
:EXIT
END
:INSTALL_FAILURE
SCRIPT ~0\INST3.FIL